- GCond
alias GCond = _GCond
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GMutex
alias GMutex = _GMutex
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GOnce
alias GOnce = _GOnce
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GOnceStatus
alias GOnceStatus = _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GPrivate
alias GPrivate = _GPrivate
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GRWLock
alias GRWLock = _GRWLock
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GRecMutex
alias GRecMutex = _GRecMutex
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GThread
alias GThread = _GThread
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GThreadError
alias GThreadError = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GThreadFunc
alias GThreadFunc = void* function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_cond_broadcast
alias da_g_cond_broadcast = void function(GCond* cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_cond_clear
alias da_g_cond_clear = void function(GCond* cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_cond_init
alias da_g_cond_init = void function(GCond* cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_cond_signal
alias da_g_cond_signal = void function(GCond* cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_cond_wait
alias da_g_cond_wait = void function(GCond* cond, GMutex* mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_cond_wait_until
alias da_g_cond_wait_until = gboolean function(GCond* cond, GMutex* mutex, gint64 end_time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_mutex_clear
alias da_g_mutex_clear = void function(GMutex* mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_mutex_init
alias da_g_mutex_init = void function(GMutex* mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_mutex_lock
alias da_g_mutex_lock = void function(GMutex* mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_mutex_trylock
alias da_g_mutex_trylock = gboolean function(GMutex* mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_mutex_unlock
alias da_g_mutex_unlock = void function(GMutex* mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_once_impl
alias da_g_once_impl = gpointer function(GOnce* once, GThreadFunc func, gpointer arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_once_init_enter
alias da_g_once_init_enter = gboolean function(void* location)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_once_init_leave
alias da_g_once_init_leave = void function(void* location, gsize result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_private_get
alias da_g_private_get = gpointer function(GPrivate* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_private_replace
alias da_g_private_replace = void function(GPrivate* key, gpointer value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_private_set
alias da_g_private_set = void function(GPrivate* key, gpointer value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_rec_mutex_clear
alias da_g_rec_mutex_clear = void function(GRecMutex* rec_mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_rec_mutex_init
alias da_g_rec_mutex_init = void function(GRecMutex* rec_mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_rec_mutex_lock
alias da_g_rec_mutex_lock = void function(GRecMutex* rec_mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_rec_mutex_trylock
alias da_g_rec_mutex_trylock = gboolean function(GRecMutex* rec_mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_rec_mutex_unlock
alias da_g_rec_mutex_unlock = void function(GRecMutex* rec_mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_rw_lock_clear
alias da_g_rw_lock_clear = void function(GRWLock* rw_lock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_rw_lock_init
alias da_g_rw_lock_init = void function(GRWLock* rw_lock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_rw_lock_reader_lock
alias da_g_rw_lock_reader_lock = void function(GRWLock* rw_lock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_rw_lock_reader_trylock
alias da_g_rw_lock_reader_trylock = gboolean function(GRWLock* rw_lock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_rw_lock_reader_unlock
alias da_g_rw_lock_reader_unlock = void function(GRWLock* rw_lock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_rw_lock_writer_lock
alias da_g_rw_lock_writer_lock = void function(GRWLock* rw_lock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_rw_lock_writer_trylock
alias da_g_rw_lock_writer_trylock = gboolean function(GRWLock* rw_lock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_rw_lock_writer_unlock
alias da_g_rw_lock_writer_unlock = void function(GRWLock* rw_lock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_thread_error_quark
alias da_g_thread_error_quark = GQuark function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_thread_exit
alias da_g_thread_exit = void function(gpointer retval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_thread_join
alias da_g_thread_join = gpointer function(GThread* thread)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_thread_new
alias da_g_thread_new = GThread* function(const(gchar)* name, GThreadFunc func, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_thread_ref
alias da_g_thread_ref = GThread* function(GThread* thread)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_thread_self
alias da_g_thread_self = GThread* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_thread_try_new
alias da_g_thread_try_new = GThread* function(const(gchar)* name, GThreadFunc func, gpointer data, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_thread_unref
alias da_g_thread_unref = void function(GThread* thread)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_thread_yield
alias da_g_thread_yield = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_cond_broadcast
void g_cond_broadcast(GCond* cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_cond_clear
void g_cond_clear(GCond* cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_cond_init
void g_cond_init(GCond* cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_cond_signal
void g_cond_signal(GCond* cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_cond_wait
void g_cond_wait(GCond* cond, GMutex* mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_cond_wait_until
gboolean g_cond_wait_until(GCond* cond, GMutex* mutex, gint64 end_time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mutex_clear
void g_mutex_clear(GMutex* mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mutex_init
void g_mutex_init(GMutex* mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mutex_lock
void g_mutex_lock(GMutex* mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mutex_trylock
gboolean g_mutex_trylock(GMutex* mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mutex_unlock
void g_mutex_unlock(GMutex* mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_once_impl
gpointer g_once_impl(GOnce* once, GThreadFunc func, gpointer arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_once_init_enter
gboolean g_once_init_enter(void* location)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_once_init_leave
void g_once_init_leave(void* location, gsize result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_private_get
gpointer g_private_get(GPrivate* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_private_replace
void g_private_replace(GPrivate* key, gpointer value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_private_set
void g_private_set(GPrivate* key, gpointer value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rec_mutex_clear
void g_rec_mutex_clear(GRecMutex* rec_mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rec_mutex_init
void g_rec_mutex_init(GRecMutex* rec_mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rec_mutex_lock
void g_rec_mutex_lock(GRecMutex* rec_mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rec_mutex_trylock
gboolean g_rec_mutex_trylock(GRecMutex* rec_mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rec_mutex_unlock
void g_rec_mutex_unlock(GRecMutex* rec_mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rw_lock_clear
void g_rw_lock_clear(GRWLock* rw_lock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rw_lock_init
void g_rw_lock_init(GRWLock* rw_lock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rw_lock_reader_lock
void g_rw_lock_reader_lock(GRWLock* rw_lock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rw_lock_reader_trylock
gboolean g_rw_lock_reader_trylock(GRWLock* rw_lock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rw_lock_reader_unlock
void g_rw_lock_reader_unlock(GRWLock* rw_lock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rw_lock_writer_lock
void g_rw_lock_writer_lock(GRWLock* rw_lock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rw_lock_writer_trylock
gboolean g_rw_lock_writer_trylock(GRWLock* rw_lock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rw_lock_writer_unlock
void g_rw_lock_writer_unlock(GRWLock* rw_lock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_thread_error_quark
GQuark g_thread_error_quark()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_thread_exit
void g_thread_exit(gpointer retval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_thread_join
gpointer g_thread_join(GThread* thread)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_thread_new
GThread* g_thread_new(const(gchar)* name, GThreadFunc func, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_thread_ref
GThread* g_thread_ref(GThread* thread)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_thread_self
GThread* g_thread_self()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_thread_try_new
GThread* g_thread_try_new(const(gchar)* name, GThreadFunc func, gpointer data, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_thread_unref
void g_thread_unref(GThread* thread)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_thread_yield
void g_thread_yield()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_cond_broadcast
da_g_cond_broadcast g_cond_broadcast;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_cond_clear
da_g_cond_clear g_cond_clear;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_cond_init
da_g_cond_init g_cond_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_cond_signal
da_g_cond_signal g_cond_signal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_cond_wait
da_g_cond_wait g_cond_wait;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_cond_wait_until
da_g_cond_wait_until g_cond_wait_until;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mutex_clear
da_g_mutex_clear g_mutex_clear;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mutex_init
da_g_mutex_init g_mutex_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mutex_lock
da_g_mutex_lock g_mutex_lock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mutex_trylock
da_g_mutex_trylock g_mutex_trylock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mutex_unlock
da_g_mutex_unlock g_mutex_unlock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_once_impl
da_g_once_impl g_once_impl;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_once_init_enter
da_g_once_init_enter g_once_init_enter;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_once_init_leave
da_g_once_init_leave g_once_init_leave;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_private_get
da_g_private_get g_private_get;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_private_replace
da_g_private_replace g_private_replace;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_private_set
da_g_private_set g_private_set;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rec_mutex_clear
da_g_rec_mutex_clear g_rec_mutex_clear;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rec_mutex_init
da_g_rec_mutex_init g_rec_mutex_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rec_mutex_lock
da_g_rec_mutex_lock g_rec_mutex_lock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rec_mutex_trylock
da_g_rec_mutex_trylock g_rec_mutex_trylock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rec_mutex_unlock
da_g_rec_mutex_unlock g_rec_mutex_unlock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rw_lock_clear
da_g_rw_lock_clear g_rw_lock_clear;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rw_lock_init
da_g_rw_lock_init g_rw_lock_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rw_lock_reader_lock
da_g_rw_lock_reader_lock g_rw_lock_reader_lock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rw_lock_reader_trylock
da_g_rw_lock_reader_trylock g_rw_lock_reader_trylock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rw_lock_reader_unlock
da_g_rw_lock_reader_unlock g_rw_lock_reader_unlock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rw_lock_writer_lock
da_g_rw_lock_writer_lock g_rw_lock_writer_lock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rw_lock_writer_trylock
da_g_rw_lock_writer_trylock g_rw_lock_writer_trylock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_rw_lock_writer_unlock
da_g_rw_lock_writer_unlock g_rw_lock_writer_unlock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_thread_error_quark
da_g_thread_error_quark g_thread_error_quark;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_thread_exit
da_g_thread_exit g_thread_exit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_thread_join
da_g_thread_join g_thread_join;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_thread_new
da_g_thread_new g_thread_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_thread_ref
da_g_thread_ref g_thread_ref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_thread_self
da_g_thread_self g_thread_self;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_thread_try_new
da_g_thread_try_new g_thread_try_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_thread_unref
da_g_thread_unref g_thread_unref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_thread_yield
da_g_thread_yield g_thread_yield;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.